Return to start page
Moves the sub string of string whichString at position position and with length length to position newPosition and returns the resulting string. whichString String in which the sub string should be moved. position Start position of the sub string. length Length of the sub string. newPosition Position to which the sub string should be moved. Returns the new string with the moved string.
-
Core/String/Library Misc.j
MoveSubString
-
-
-